Super PI

Super PI
Operating system Windows
Type Benchmark

Super PI is a computer program that calculates pi to a specified number of digits after the decimal point—up to a maximum of 32 million. It uses Gauss–Legendre algorithm and is a Windows port of the program used by Yasumasa Kanada in 1995 to compute pi to 232 digits.

Contents

Significance

Super PI is used by many overclockers to test the performance and stability of their computers. In the overclocking community, the standard program provides a benchmark for enthusiasts to compare "world record" pi calculation times and demonstrate their overclocking abilities. The program can also be used to test the stability of a certain overclock speed. If a computer is able to calculate pi to the 32 millionth place after the decimal without mistake, it is considered to be moderately stable in terms of RAM and CPU. However, longer tests with other CPU/RAM intensive calculation programs will run for hours instead of minutes and may give and/or provide better stress system stability. While Super PI is not the fastest program for calculating pi (see software for calculating π for faster alternatives), it remains very popular in the hardware and overclocking communities.

Credibility concerns

The competitive nature of achieving the best Super PI calculation times led to fraudulent Super PI results, reporting calculation times faster than normal. Attempts to counter the fraudulent results resulted in a modified version of Super PI, with a checksum to validate the results. However, other methods exist of producing inaccurate or fake time results, raising questions about the program's future as an overclocking benchmark.

Super PI utilizes the x86 instruction set. These instructions date all the way back to the 8086 math coprocessor. While they were important for 80386, 80486, and Pentium they became obsolete when 3DNow! and Streaming SIMD Extensions were released.

The future

Super PI is single threaded, so its relevance as a measure of performance in the current era of multi-core processors is diminishing quickly. Therefore, Hyper PI has been developed to support multiple threads of Super PI to be run at the same time so you can test stability on multi-core machines. Other multithreaded programs include: wPrime, IntelBurnTest, Prime95 or OCCT.

References

External links